[INFO] cloning repository https://github.com/johnnycharlesw/pywayland
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnnycharlesw/pywayland" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnnycharlesw%2Fpywayland", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnnycharlesw%2Fpywayland'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 32871f1b39ac944a6dcae6d6af9d9926d84ad015
[INFO] fixing johnnycharlesw/pywayland against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnnycharlesw%2Fpywayland" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/johnnycharlesw/pywayland
[INFO] finished tweaking git repo https://github.com/johnnycharlesw/pywayland
[INFO] tweaked toml for git repo https://github.com/johnnycharlesw/pywayland written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/johnnycharlesw/pywayland on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/johnnycharlesw/pywayland already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wayland-server v0.31.10
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.27.2
[INFO] [stderr]   Downloaded pyo3-macros v0.27.2
[INFO] [stderr]   Downloaded drm-rs v0.1.3
[INFO] [stderr]   Downloaded cc v1.2.48
[INFO] [stderr]   Downloaded pyo3-build-config v0.27.2
[INFO] [stderr]   Downloaded pyo3-ffi v0.27.2
[INFO] [stderr]   Downloaded pyo3 v0.27.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9a462c8133bc6746636bf1efe5bed0f7ffdc24523efa16893ec74a54237a231a
[INFO] running `Command { std: "docker" "start" "9a462c8133bc6746636bf1efe5bed0f7ffdc24523efa16893ec74a54237a231a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a462c8133bc6746636bf1efe5bed0f7ffdc24523efa16893ec74a54237a231a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a462c8133bc6746636bf1efe5bed0f7ffdc24523efa16893ec74a54237a231a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a462c8133bc6746636bf1efe5bed0f7ffdc24523efa16893ec74a54237a231a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking drm-rs v0.1.3
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling pyo3-build-config v0.27.2
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.2
[INFO] [stderr]    Compiling pyo3-ffi v0.27.2
[INFO] [stderr]    Compiling pyo3 v0.27.2
[INFO] [stderr]     Checking wayland-server v0.31.10
[INFO] [stderr]    Compiling pyo3-macros v0.27.2
[INFO] [stderr]     Checking _zerolfieCompositor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `ash::version`
[INFO] [stdout]  --> src/command.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ash::version::DeviceV1_0;
[INFO] [stdout]   |          ^^^^^^^ could not find `version` in `ash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ash::version`
[INFO] [stdout]  --> src/device.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ash::version::InstanceV1_0;
[INFO] [stdout]   |          ^^^^^^^ could not find `version` in `ash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ash::version`
[INFO] [stdout]  --> src/vulkan.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ash::version::{EntryV1_0, InstanceV1_0};
[INFO] [stdout]   |          ^^^^^^^ could not find `version` in `ash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `control` in `drm`
[INFO] [stdout]  --> src/drm.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use drm::control::{
[INFO] [stdout]   |          ^^^^^^^ could not find `control` in `drm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ash::version`
[INFO] [stdout]  --> src/command.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ash::version::DeviceV1_0;
[INFO] [stdout]   |          ^^^^^^^ could not find `version` in `ash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ash::version`
[INFO] [stdout]  --> src/device.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ash::version::InstanceV1_0;
[INFO] [stdout]   |          ^^^^^^^ could not find `version` in `ash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ash::version`
[INFO] [stdout]  --> src/vulkan.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ash::version::{EntryV1_0, InstanceV1_0};
[INFO] [stdout]   |          ^^^^^^^ could not find `version` in `ash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `control` in `drm`
[INFO] [stdout]  --> src/drm.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use drm::control::{
[INFO] [stdout]   |          ^^^^^^^ could not find `control` in `drm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `drm::control`
[INFO] [stdout]  --> src/drm.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use drm::control::{
[INFO] [stdout]   |          ^^^^^^^ could not find `control` in `drm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `drm::control`
[INFO] [stdout]  --> src/drm.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use drm::control;
[INFO] [stdout]   |     ^^^^^-------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          no `control` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `drm::SystemError`
[INFO] [stdout]  --> src/drm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use drm::SystemError;
[INFO] [stdout]   |     ^^^^^-----------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          no `SystemError` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `drm::control`
[INFO] [stdout]  --> src/framebuffer.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use drm::control::{self, Device as ControlDevice, framebuffer};
[INFO] [stdout]   |          ^^^^^^^ could not find `control` in `drm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ash::version`
[INFO] [stdout]  --> src/vk_import.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ash::version::DeviceV1_0;
[INFO] [stdout]   |          ^^^^^^^ could not find `version` in `ash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gbm`
[INFO] [stdout]  --> src/framebuffer.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use gbm::BufferObject;
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::gbm::BufferObject;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gbm`
[INFO] [stdout]  --> src/gbm.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gbm::{Device as GbmDevice, BufferObject, BufferObjectFlags, Format};
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::gbm::{Device as GbmDevice, BufferObject, BufferObjectFlags, Format};
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gbm`
[INFO] [stdout]  --> src/vk_import.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use gbm::BufferObject;
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::gbm::BufferObject;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::fd::AsRawFd`
[INFO] [stdout]  --> src/gbm.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::os::fd::AsRawFd;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `drm::control`
[INFO] [stdout]  --> src/drm.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use drm::control::{
[INFO] [stdout]   |          ^^^^^^^ could not find `control` in `drm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `from_raw_fd` has an incompatible type for trait
[INFO] [stdout]   --> src/drm.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn from_raw_fd(fd: std::os::fd::RawFd) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected unsafe fn, found safe fn
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `unsafe fn(_) -> DrmControlDevice`
[INFO] [stdout]               found signature `fn(_) -> DrmControlDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `drm::control`
[INFO] [stdout]  --> src/drm.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use drm::control;
[INFO] [stdout]   |     ^^^^^-------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          no `control` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `drm::SystemError`
[INFO] [stdout]  --> src/drm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use drm::SystemError;
[INFO] [stdout]   |     ^^^^^-----------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          no `SystemError` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `drm::control`
[INFO] [stdout]  --> src/framebuffer.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use drm::control::{self, Device as ControlDevice, framebuffer};
[INFO] [stdout]   |          ^^^^^^^ could not find `control` in `drm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ash::version`
[INFO] [stdout]  --> src/vk_import.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ash::version::DeviceV1_0;
[INFO] [stdout]   |          ^^^^^^^ could not find `version` in `ash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gbm`
[INFO] [stdout]  --> src/framebuffer.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use gbm::BufferObject;
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::gbm::BufferObject;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gbm`
[INFO] [stdout]  --> src/gbm.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gbm::{Device as GbmDevice, BufferObject, BufferObjectFlags, Format};
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::gbm::{Device as GbmDevice, BufferObject, BufferObjectFlags, Format};
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gbm`
[INFO] [stdout]  --> src/vk_import.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use gbm::BufferObject;
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::gbm::BufferObject;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::fd::AsRawFd`
[INFO] [stdout]  --> src/gbm.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::os::fd::AsRawFd;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `from_raw_fd` has an incompatible type for trait
[INFO] [stdout]   --> src/drm.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn from_raw_fd(fd: std::os::fd::RawFd) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected unsafe fn, found safe fn
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `unsafe fn(_) -> DrmControlDevice`
[INFO] [stdout]               found signature `fn(_) -> DrmControlDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0053, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0053, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `_zerolfieCompositor` (lib test) due to 13 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `_zerolfieCompositor` (lib) due to 13 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "9a462c8133bc6746636bf1efe5bed0f7ffdc24523efa16893ec74a54237a231a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a462c8133bc6746636bf1efe5bed0f7ffdc24523efa16893ec74a54237a231a", kill_on_drop: false }`
[INFO] [stdout] 9a462c8133bc6746636bf1efe5bed0f7ffdc24523efa16893ec74a54237a231a
